home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / nos / nos-ppp / docs / firstgo.txt < prev    next >
Text File  |  1994-05-28  |  5KB  |  125 lines

  1.             DEMON INTERNET SERVICES
  2.             =======================
  3.  
  4.  
  5.         Your First Connection to the Internet
  6.         =====================================
  7.  
  8. You should have heard your modem dial and connect to our service.  Amongst 
  9. the messages you see on the screen should be:
  10.  
  11.     Dialing on ax1
  12.     Modem commands
  13.     Demon Internet Welcome message
  14.     Login messages
  15.     Dial ax1 complete
  16.  
  17. You may get messages to the front screen informing you that news has 
  18. arrived.  To stop these from interrupting your screen type:
  19.  
  20.     nntp verbose off
  21.  
  22. In fact, you should type this in before getting the messages, so I suggest 
  23. you do so now.  To test your connection type:
  24.  
  25.     ping gate.demon.co.uk
  26.  
  27. and the response should be something like:  158.152.1.65: rtt 168.  You can 
  28. actually type in your next command now even though the net> prompt doesn't 
  29. show.  Pressing return by itself will cause the net> prompt to reappear. The 
  30. successful ping means that your internet node can send packets to 
  31. gate.demon.co.uk (which is 158.152.1.65). rtt is the round-trip time in 
  32. milliseconds.  To see if you can connect further than this type:
  33.  
  34.     ping ftp.uu.net
  35.  
  36. and the response should be: 192.48.96.9: rtt 366.  To see the route you are 
  37. taking to a site type:
  38.  
  39.     hop check ftp.uu.net
  40.  
  41. and you will see the connections made between your computer and the 
  42. destination host with each part reporting back to you the time taken.  Gate 
  43. is the server you are connected to at Demon, netblazer is a router in the 
  44. Demon office and Falls-Church1.VA.ALTER.NET is in Virginia, USA.  At the end 
  45. you will get the message "traceroute done: normal (Unreachable Port)".  
  46. Press return to go back to the main screen.
  47.  
  48. ka9q allows commands to be abbreviated.  If the letters typed in are 
  49. ambiguous it selects the first match it finds.  Thus ping can be shortened 
  50. to pi but not to p as this would be param.  You can type ? for a list of 
  51. commands.  Now type
  52.  
  53.     socket
  54.  
  55. and you will get a list of sockets that are listening.  Under the column 
  56. headed Remote socket you will see the IP address of any remote connection 
  57. that has been made.  For example you might see 158.152.1.69:119 which is the 
  58. demon news server.  Under Owner you will see an address and NNTP client.  
  59. You should close off any of these connection cleanly before ending you ka9q 
  60. session.  NNTP and SMTP clients are started automatically by your software 
  61. and will close off when they have finished their work.  To try your first 
  62. file transfer type:
  63.  
  64.     ftp ftp.demon.co.uk
  65.  
  66. and you will connect to our file server.  At the user name: prompt type:
  67.  
  68.     ftp     (or anonymous if you can't spell ftp!)
  69.  
  70. at the password prompt type your email address eg. 
  71. yourname@yourpc.demon.co.uk.  You will then be at the ftp> prompt.  Type 
  72. help for a list of commands.  Type dir for a directory.  We will now get a 
  73. file called Welcome.txt from /pub/doc which is a file telling you about how 
  74. to move around the internet.  Type:
  75.  
  76. cd /pub/doc
  77. dir
  78. hash
  79. get Welcome.txt
  80.  
  81. note that you are connecting to a unix machine and thus file names are case 
  82. sensitive.  In addition they do not perform to dos file naming conventions - 
  83. they can be very long and do not have formalised positioning of suffixes.  
  84. The other important feature is that directory paths are separated by forward 
  85. slashes / and not back slashes \.  The hash command turns hash marking on - 
  86. for every 1024 bytes received a hash mark is printed to the screen.  You 
  87. will get a message telling you how long the transfer took.
  88.  
  89. Before we close this connection, press the F10 key.  You will revert to the 
  90. front screen.  Type:
  91.  
  92.     session
  93.  
  94. and a list of active sessions will be brought to the screen.  Type:
  95.  
  96.     session 1 (or se 1)
  97.     quit
  98.     <return>
  99.  
  100. to revert to the ftp screen, quit the session and return to the main screen
  101.  
  102. Check your sessions and if there is no NNTP client active, type:
  103.  
  104.     exit
  105.  
  106. and you will return to DOS.  Note that this is not guaranteed to hang up the 
  107. line - certain modem/computer combinations prevent this from happening - 
  108. please read the support.faq file supplied.  Our gateway will attempt to idle 
  109. your line out after 2 minutes of inactivity but it is always your 
  110. responsibility to hang up the line.
  111.  
  112. ka9q works in a multi-user fashion, so you are able to receive news and send 
  113. mail whilst ftp'ing to another site.  You can in fact ftp to several sites 
  114. at once - to switch between them simply press F10 to return to the main 
  115. screen, type session to get a list of sessions and then session n to 
  116. switch to the required session where n is the session number.
  117.  
  118. In your nos directory you will now have a file called welcome.txt.  Please
  119. read this as many of your questions will probably be answered by it.
  120.  
  121.  
  122. Grahame Davies
  123. Demon Internet Services
  124. Email: grahame@demon.co.uk
  125.